var google.golang.org/protobuf/reflect/protoreflect.uint32Type

6 uses

	google.golang.org/protobuf/reflect/protoreflect (current package)
		value_union.go#L142: 	return Value{typ: uint32Type, num: uint64(v)}
		value_union.go#L208: 	case uint32Type:
		value_union.go#L237: 	case uint32Type:
		value_union.go#L292: 	case uint32Type, uint64Type:
		value_union.go#L373: 	case boolType, int32Type, int64Type, uint32Type, uint64Type, stringType:
		value_unsafe.go#L37: 	uint32Type  = typeOf(*new(uint32))